home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / tbbyte.arc / YESNO3.PAT < prev   
Text File  |  1985-08-16  |  5KB  |  126 lines

  1. PRODUCT:  TURBO, TURBOBCD, TURBO-87
  2. VERSION:  3.00B
  3.      OS:  PC-DOS, MS-DOS, CP/M-86
  4.    DATE:  April 18, 1985
  5.   TITLE:  Skip "Include Error Messages?" Prompt
  6.  
  7. -------------------------------------------------------------------
  8.  
  9. This little patch bypasses the request,  "Include error messages?",
  10. and either automatically loads the error message file, or skips it.
  11.  
  12. -------------------------------------------------------------------
  13.  
  14. ERROR MESSAGES NOTE:   The new version of TINST lets you  designate
  15. the  path  to  the  error messages in case they  are  stored  in  a
  16. directory  other  than the one active at the time Turbo is  loaded.
  17.  
  18. -------------------------------------------------------------------
  19.  
  20. Patches for six different files are listed below.   Be sure you are
  21. using the patch labeled for the file you want to change.  There are
  22. different patches for the generic MS-DOS and the PC-DOS versions of
  23. TURBO PASCAL.
  24.  
  25.     Note: Always make a backup copy of any software before patching
  26.           it.   Label  disks that contain patched software as  this
  27.           could  concievably  have  a bearing  on  future  trouble-
  28.           shooting.
  29.  
  30.                                  TURBO.COM  (PC-DOS)
  31.  
  32.   File           Address   Old values    New for NO    New for YES
  33.   TURBO.COM      2E98          E8            24            0C
  34.                  2E99          C7            00            FF
  35.                  2E9A          DB            EB            EB
  36.                  2E9B          0D            1E            1E
  37.  
  38.  
  39.                                TURBO-87.COM  (PC-DOS)
  40.  
  41.   File           Address   Old values    New for NO    New for YES
  42.   TURBO-87.COM   2961          E8            24            0C
  43.                  2962          FE            00            FF
  44.                  2963          E0            EB            EB
  45.                  2964          0D            1E            1E
  46.  
  47.  
  48.                                TURBOBCD.COM  (PC-DOS)
  49.  
  50.   File           Address   Old values    New for NO    New for YES
  51.   TURBOBCD.COM   2DB9          E8            24            0C
  52.                  2DBA          A6            00            FF
  53.                  2DBB          DC            EB            EB
  54.                  2DBC          0D            1E            1E
  55.  
  56.  
  57.   -----------------------------------------------------------------
  58.  
  59.  
  60.                                  TURBO.COM  (generic MS-DOS)
  61.  
  62.   File           Address   Old values    New for NO    New for YES
  63.   TURBO.COM      2B97          E8            24            0C
  64.                  2B98          C0            00            FF
  65.                  2B99          DB            EB            EB
  66.                  2B9A          0D            1E            1E
  67.  
  68.  
  69.                                TURBO-87.COM  (generic MS-DOS)
  70.  
  71.   File           Address   Old values    New for NO    New for YES
  72.   TURBO-87.COM   2660          E8            24            0C
  73.                  2661          F7            00            FF
  74.                  2662          E0            EB            EB
  75.                  2663          0D            1E            1E
  76.  
  77.  
  78.                                TURBOBCD.COM  (generic MS-DOS)
  79.  
  80.   File           Address   Old values    New for NO    New for YES
  81.   TURBOBCD.COM   2AB8          E8            24            0C
  82.                  2AB9          9F            00            FF
  83.                  2ABA          DC            EB            EB
  84.                  2ABB          0D            1E            1E
  85.  
  86.  
  87.   -----------------------------------------------------------------
  88.  
  89.  
  90.   Note for CP/M-86 patches:  you must not give the file name on the
  91.   DDT86 command line.   Rather, start DDT86 with no file name, then
  92.   use the R command to read in the .CMD file.   This prevents DDT86
  93.   from interpreting the file as a .CMD file, which would change the
  94.   patch locations.
  95.  
  96.                                  TURBO.CMD  (CP/M-86)
  97.  
  98.   File           Address   Old values    New for NO    New for YES
  99.   TURBO.CMD      2AEB          E8            24            0C
  100.                  2AEC          31            00            FF
  101.                  2AED          DC            EB            EB
  102.                  2AEE          0D            1E            1E
  103.  
  104.  
  105.                                TURBO-87.CMD  (CP/M-86)
  106.  
  107.   File           Address   Old values    New for NO    New for YES
  108.   TURBO-87.CMD   2581          E8            24            0C
  109.                  2582          9B            00            FF
  110.                  2683          E1            EB            EB
  111.                  2684          0D            1E            1E
  112.  
  113.  
  114.                                TURBOBCD.CMD  (CP/M-86)
  115.  
  116.   File           Address   Old values    New for NO    New for YES
  117.   TURBOBCD.CMD   29FE          E8            24            0C
  118.                  29FF          1E            00            FF
  119.                  2A00          DD            EB            EB
  120.                  2A01          0D            1E            1E
  121.  
  122.  
  123.  
  124.   For  some general beginners' tips on using DEBUG,  see  the  file
  125.   DEBUG.LTR in Data Library DL 0.
  126.